home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Pink_Dress / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1012 b   |  84 lines

  1. BODY
  2. {
  3.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  4.     font-size : medium;
  5.     color : rgb(214,119,119);
  6.     font-weight : normal;
  7.     font-style : normal;
  8.     background-color : rgb(209,206,206);
  9.     background-image : none
  10. }
  11.  
  12. A:active
  13. {
  14.     color : rgb(214,119,119)
  15. }
  16.  
  17. A:link
  18. {
  19.     color : rgb(214,119,119)
  20. }
  21.  
  22. UL
  23. {
  24.     font-size : 0.8em;
  25.     text-decoration : underline
  26. }
  27.  
  28. A:visited
  29. {
  30.     color : rgb(214,119,119)
  31. }
  32.  
  33. .TextObject
  34. {
  35.     font-size : 0.8em;
  36.     line-height : 1.6em
  37. }
  38.  
  39. H1
  40. {
  41.     font-weight : normal;
  42.     font-style : normal
  43. }
  44.  
  45. H2
  46. {
  47.     font-weight : normal;
  48.     font-style : normal
  49. }
  50.  
  51. P
  52. {
  53.     font-size : 0.8em;
  54.     text-transform : capitalize;
  55.     color : rgb(214,119,119);
  56.     line-height : 1.6em;
  57.     margin-left : 2.2em;
  58.     margin-right : 2.2em
  59. }
  60.  
  61. H3
  62. {
  63.     font-weight : normal;
  64.     font-style : normal
  65. }
  66.  
  67. OL
  68. {
  69.     font-size : 0.8em;
  70.     text-decoration : underline
  71. }
  72.  
  73. H4
  74. {
  75.     font-weight : bold
  76. }
  77.  
  78. A:hover
  79. {
  80.     color : rgb(153,51,51);
  81.     text-decoration : underline overline
  82. }
  83.  
  84.